home *** CD-ROM | disk | FTP | other *** search
/ Eagles Nest BBS 1 / Eagles_Nest_Mac_Collection_Disc_1.TOAST / Special Hardware / VoiceNav22#4 / Sound Advice.image / Voice Extensions / FCFS < prev    next >
Text File  |  1991-07-09  |  739b  |  25 lines

  1. Voice Extension (VXTN)
  2. © 1990-91, Articulate Systems, Inc.
  3.  
  4. FOR SYSTEM 6 USE
  5. Place this file in the “Voice Extensions” folder located in the System Folder of your hard disk.
  6.  
  7. FOR SYSTEM 7 USE
  8. Place this file in the “Voice Extensions” folder located in the “Extensions” folder in the System 7 Folder of your hard disk.
  9.  
  10. Extension name:
  11. FCFS (which stands for First Come, First Served)
  12.  
  13. Description:
  14. Execute the first macro that can be executed.
  15.  
  16. Syntax:
  17. @VXTN(FCFS,macro,macro,…)
  18.  
  19. Examples:
  20. @VXTN(FCFS,@CTRL(Open),@MENU(File,Open))
  21. —Looks for a button named Open; if that cannot be found, selects Open from the File menu.
  22.  
  23. @VXTN(FCFS,@MENU(File,Quit),cmd-q)
  24. —Selects Quit from the File menu; if that cannot be found, generates a command-Q.
  25.